home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
text
/
misc
/
nenscript1_3.lha
/
version.h
< prev
Wrap
C/C++ Source or Header
|
1992-11-24
|
1KB
|
34 lines
/*
* $Id: version.h,v 1.3 1992/10/07 22:06:08 craigs Exp $
*
* This code was written by Craig Southeren whilst under contract
* to Computer Sciences of Australia, Systems Engineering Division.
* It has been kindly released by CSA into the public domain.
*
* Neither CSA or me guarantee that this source code is fit for anything,
* so use it at your peril. I don't even work for CSA any more, so
* don't bother them about it. If you have any suggestions or comments
* (or money, cheques, free trips =8^) !!!!! ) please contact me
* care of geoffw@extro.ucc.oz.au
*
*/
#ifndef US_VERSION
char * version_string = "nenscript v1.13++ 24-November-1992";
#else
char * version_string = "nenscript v1.13++ (US version) 24-November-1992";
#endif
char * copyright_string = "\
This code was written by Craig Southeren whilst under contract\n\
to Computer Sciences of Australia, Systems Engineering Division.\n\
It has been kindly released by CSA into the public domain.\n\
\n\
Neither CSA or me guarantee that this source code is fit for anything,\n\
so use it at your peril. I don't even work for CSA any more, so\n\
don't bother them about it. If you have any suggestions or comments\n\
(or money, cheques, free trips =8^) !!!!! ) please contact me\n\
care of geoffw@extro.ucc.oz.au\n\
";